Skip to main content

All Questions

2votes
1answer
254views

Use case interactor

Here is a class that executes the CreateAPerson use case. It takes a request object (which is a simple data structure), validates the request, creates a new person, ...
Jesse Bunch's user avatar
5votes
1answer
282views

Wrapping a telephony RESTful service for sending text messages and making phone calls

So I'm writing an abstraction layer that wraps a telephony RESTful service for sending text messages and making phone calls. I should build this in such a way that the low-level provider, in this case ...
Jesse Bunch's user avatar

close